home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
raytrace
/
pov
/
gen
/
surf
/
wiwianka.pov
< prev
Wrap
Text File
|
1993-10-08
|
540b
|
34 lines
#include "colors.inc"
#include "textures.inc"
#include "shapes.inc"
camera {
location <0, 10, -30>
direction z*2
up y
right x*1.333
look_at <0,0,0>
}
object { light_source { < 20, 50, -100> color White }}
object {
sphere {<0, 0, 0>, 1200}
texture {
Blood_Sky
scale <1000, 100, 1000>
finish{ ambient 1.0
diffuse 0.0
}
}
}
#include "c:\imlab\povray\util\wiwianka.inc"
object {
Wiwianka
translate y*0.167
scale 4
}